home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / dsp / dska_10.hqx / dska ƒ / mmregs.inc < prev    next >
Text File  |  1994-08-07  |  543b  |  26 lines

  1. ;-----------------------------------------------------------;
  2. ; MMREGS.INC                            ;
  3. ; (C) 1992-93                            ;
  4. ; Texas Instruments Inc.                    ;
  5. ; By: Keith Larson                        ;
  6. ;     TMS320Cxx DSP Applications                ;
  7. ;                                ;
  8. ; Contains a list of commonly used values            ;
  9. ;-----------------------------------------------------------;
  10. DRR    .set    0
  11. DXR    .set    1
  12. TIM    .set    2
  13. PRD    .set    3
  14. IMR    .set    4
  15. GREG    .set    5
  16.  
  17. B0_D    .set    0200h
  18. B0_P    .set    0FA00h
  19. B1_D    .set    0400h
  20. B1_P    .set    0FC00h
  21. B2_D    .set    060h
  22. B3_D    .set    0600h
  23. B3_P    .set    0FE00h
  24.  
  25. ; end of mmregs.inc
  26.